home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / common1.cst / 00058_done.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  177 b   |  7 lines

  1. on mouseDown me
  2.   if bounceButton(the clickOn) then
  3.     set thePath=the moviePath
  4.     put "B" into char length(thePath)-1 of thePath
  5.     go to movie thePath&"L01B1"
  6.   end if
  7. end